\(\int x \sqrt {\arctan (a x)} \, dx\) [41]

   Optimal result
   Rubi [N/A]
   Mathematica [N/A]
   Maple [N/A] (verified)
   Fricas [F(-2)]
   Sympy [N/A]
   Maxima [F(-2)]
   Giac [N/A]
   Mupad [N/A]

Optimal result

Integrand size = 10, antiderivative size = 10 \[ \int x \sqrt {\arctan (a x)} \, dx=\text {Int}\left (x \sqrt {\arctan (a x)},x\right ) \]

[Out]

Unintegrable(x*arctan(a*x)^(1/2),x)

Rubi [N/A]

Not integrable

Time = 0.01 (sec) , antiderivative size = 10, normalized size of antiderivative = 1.00, number of steps used = 0, number of rules used = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int x \sqrt {\arctan (a x)} \, dx=\int x \sqrt {\arctan (a x)} \, dx \]

[In]

Int[x*Sqrt[ArcTan[a*x]],x]

[Out]

Defer[Int][x*Sqrt[ArcTan[a*x]], x]

Rubi steps \begin{align*} \text {integral}& = \int x \sqrt {\arctan (a x)} \, dx \\ \end{align*}

Mathematica [N/A]

Not integrable

Time = 1.48 (sec) , antiderivative size = 12, normalized size of antiderivative = 1.20 \[ \int x \sqrt {\arctan (a x)} \, dx=\int x \sqrt {\arctan (a x)} \, dx \]

[In]

Integrate[x*Sqrt[ArcTan[a*x]],x]

[Out]

Integrate[x*Sqrt[ArcTan[a*x]], x]

Maple [N/A] (verified)

Not integrable

Time = 2.09 (sec) , antiderivative size = 8, normalized size of antiderivative = 0.80

\[\int x \sqrt {\arctan \left (a x \right )}d x\]

[In]

int(x*arctan(a*x)^(1/2),x)

[Out]

int(x*arctan(a*x)^(1/2),x)

Fricas [F(-2)]

Exception generated. \[ \int x \sqrt {\arctan (a x)} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(x*arctan(a*x)^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

Sympy [N/A]

Not integrable

Time = 0.40 (sec) , antiderivative size = 10, normalized size of antiderivative = 1.00 \[ \int x \sqrt {\arctan (a x)} \, dx=\int x \sqrt {\operatorname {atan}{\left (a x \right )}}\, dx \]

[In]

integrate(x*atan(a*x)**(1/2),x)

[Out]

Integral(x*sqrt(atan(a*x)), x)

Maxima [F(-2)]

Exception generated. \[ \int x \sqrt {\arctan (a x)} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(x*arctan(a*x)^(1/2),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

Giac [N/A]

Not integrable

Time = 53.54 (sec) , antiderivative size = 3, normalized size of antiderivative = 0.30 \[ \int x \sqrt {\arctan (a x)} \, dx=\int { x \sqrt {\arctan \left (a x\right )} \,d x } \]

[In]

integrate(x*arctan(a*x)^(1/2),x, algorithm="giac")

[Out]

sage0*x

Mupad [N/A]

Not integrable

Time = 0.31 (sec) , antiderivative size = 10, normalized size of antiderivative = 1.00 \[ \int x \sqrt {\arctan (a x)} \, dx=\int x\,\sqrt {\mathrm {atan}\left (a\,x\right )} \,d x \]

[In]

int(x*atan(a*x)^(1/2),x)

[Out]

int(x*atan(a*x)^(1/2), x)